-
Notifications
You must be signed in to change notification settings - Fork 267
fix: Remove COMET_SHUFFLE_FALLBACK_TO_COLUMNAR hack
#1736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1736 +/- ##
============================================
+ Coverage 56.12% 59.40% +3.27%
- Complexity 976 1151 +175
============================================
Files 119 130 +11
Lines 11743 12661 +918
Branches 2251 2375 +124
============================================
+ Hits 6591 7521 +930
+ Misses 4012 3930 -82
- Partials 1140 1210 +70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
There are now many more test failures than when this PR was first created. |
|
Working on this |
1 similar comment
|
Working on this |
…nto remove-shuffle-fallback-hack
|
The remaining failure is related to exchange reuse in TPC-DS q44. Note the C2R around a reused exchange: |
|
Test now pass. |
|
replaced with #1865 |
Which issue does this PR close?
Part of #1254
Closes #1252
Rationale for this change
The config
COMET_SHUFFLE_FALLBACK_TO_COLUMNARwas added as a hack so that we could avoid fixing some failing Spark SQL tests. However, the failing tests are real issues and only show up now because more queries are running natively.What changes are included in this PR?
This PR removes the hack and updates the diff files to either fix or ignore failing tests. Some of these tests will be enabled later as part of #1254.
How are these changes tested?